is Property Writeable
Deprecated
Use isPropertyWritable instead.
Replace with
this.isPropertyWritable(property)Content copied to clipboard
Check if a property with a given name is writeable.
Return
whether the property is writeable or not. Will return false for unknown properties.
Parameters
property
the name of the property whose type should be queried.